Remove unused variable warning
authorGiuseppe Scrivano <gscrivan@redhat.com>
Thu, 11 Dec 2014 09:41:52 +0000 (10:41 +0100)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Thu, 18 Dec 2014 11:48:47 +0000 (12:48 +0100)
src/libostree/ostree-repo-pull.c

index 1d767c89af0546fcb3f7d0e7b3f01c3306ffa5a5..a6160d33953bb17d0d4344fa65352ccc40b4ac63 100644 (file)
@@ -1517,7 +1517,6 @@ ostree_repo_pull_with_options (OstreeRepo             *self,
   gpointer key, value;
   gboolean tls_permissive = FALSE;
   OstreeFetcherConfigFlags fetcher_flags = 0;
-  guint i;
   gs_free char *remote_key = NULL;
   gs_free char *path = NULL;
   gs_free char *baseurl = NULL;